home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / garfield.swf / scripts / DefineSprite_47_odie_run2 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  118 b   |  10 lines

  1. this._x += 87;
  2. if(this._x > _parent.ball_mov._x)
  3. {
  4.    _parent.odie_replace(0);
  5. }
  6. else
  7. {
  8.    gotoAndPlay(2);
  9. }
  10.